From b12f83fb12d88bc2a05aa3a7c9b90330c32f2c02 Mon Sep 17 00:00:00 2001 From: Elliott Mitchell Date: Thu, 16 Jul 2020 16:25:13 -0700 Subject: [PATCH] debian/rules: Add --host to tools configure target Without this, we'll be building tools for the build machine, not the host machine. Signed-off-by: Elliott Mitchell Reviewed-by: Ian Jackson --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 4cac51d0b0..81a0896a76 100755 --- a/debian/rules +++ b/debian/rules @@ -182,6 +182,7 @@ override_dh_auto_configure: --includedir=/usr/include \ --libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \ --with-libexec-libdir-suffix=/$(DEB_HOST_MULTIARCH) \ + --host=$(DEB_HOST_MULTIARCH) \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ --sysconfdir=/etc \ -- 2.30.2